﻿2026-08-19T01:53:03.2106359Z ##[group]Run set -euo pipefail
2026-08-19T01:53:03.2106641Z [36;1mset -euo pipefail[0m
2026-08-19T01:53:03.2106846Z [36;1mPIN=0c95435[0m
2026-08-19T01:53:03.2107041Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-19T01:53:03.2107274Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-19T01:53:03.2107619Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-19T01:53:03.2108011Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-19T01:53:03.2108412Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-19T01:53:03.2108736Z [36;1m  rm -rf "$CACHE"[0m
2026-08-19T01:53:03.2109203Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-19T01:53:03.2109460Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-19T01:53:03.2109784Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-19T01:53:03.2110193Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-19T01:53:03.2110611Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-19T01:53:03.2111012Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-19T01:53:03.2111417Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-19T01:53:03.2111822Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-19T01:53:03.2112252Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-19T01:53:03.2112661Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-19T01:53:03.2113020Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-19T01:53:03.2113358Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-19T01:53:03.2113759Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-19T01:53:03.2114078Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-19T01:53:03.2114308Z [36;1mfi[0m
2026-08-19T01:53:03.2114555Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-19T01:53:03.2114908Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-19T01:53:03.2125850Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-19T01:53:03.2126130Z env:
2026-08-19T01:53:03.2126316Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-19T01:53:03.2126661Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32205195794-1-y2AfIL
2026-08-19T01:53:03.2127098Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32205195794-1-y2AfIL
2026-08-19T01:53:03.2127489Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32205195794-1-y2AfIL
2026-08-19T01:53:03.2127886Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32205195794-1-y2AfIL
2026-08-19T01:53:03.2128205Z ##[endgroup]
2026-08-19T01:53:03.5022878Z    Compiling proc-macro2 v1.0.106
2026-08-19T01:53:03.5023351Z    Compiling unicode-ident v1.0.24
2026-08-19T01:53:03.5023647Z    Compiling quote v1.0.45
2026-08-19T01:53:03.5023890Z    Compiling libc v0.2.186
2026-08-19T01:53:03.5024286Z    Compiling serde_core v1.0.228
2026-08-19T01:53:03.5024543Z    Compiling cfg-if v1.0.4
2026-08-19T01:53:03.5025346Z    Compiling serde v1.0.228
2026-08-19T01:53:03.5064662Z    Compiling typenum v1.20.1
2026-08-19T01:53:03.5089341Z    Compiling log v0.4.32
2026-08-19T01:53:03.5131967Z    Compiling pin-project-lite v0.2.17
2026-08-19T01:53:03.5149982Z    Compiling portable-atomic v1.13.1
2026-08-19T01:53:03.5185344Z    Compiling version_check v0.9.5
2026-08-19T01:53:03.5219483Z    Compiling memchr v2.8.1
2026-08-19T01:53:03.5220225Z    Compiling critical-section v1.2.0
2026-08-19T01:53:03.5347004Z    Compiling find-msvc-tools v0.1.9
2026-08-19T01:53:03.5562461Z    Compiling shlex v2.0.1
2026-08-19T01:53:03.5951812Z    Compiling subtle v2.6.1
2026-08-19T01:53:03.6232020Z    Compiling futures-core v0.3.32
2026-08-19T01:53:03.6377809Z    Compiling bytes v1.11.1
2026-08-19T01:53:03.7551455Z    Compiling equivalent v1.0.2
2026-08-19T01:53:03.7648479Z    Compiling smallvec v1.15.1
2026-08-19T01:53:03.7858717Z    Compiling itoa v1.0.18
2026-08-19T01:53:03.8030549Z    Compiling semver v1.0.28
2026-08-19T01:53:03.8160898Z    Compiling stable_deref_trait v1.2.1
2026-08-19T01:53:03.8350859Z    Compiling futures-sink v0.3.32
2026-08-19T01:53:03.8352340Z    Compiling slab v0.4.12
2026-08-19T01:53:03.8489444Z    Compiling futures-io v0.3.32
2026-08-19T01:53:03.8846147Z    Compiling rand_core v0.10.1
2026-08-19T01:53:03.9181242Z    Compiling futures-channel v0.3.32
2026-08-19T01:53:03.9262943Z    Compiling generic-array v0.14.7
2026-08-19T01:53:04.0031186Z    Compiling futures-task v0.3.32
2026-08-19T01:53:04.0137684Z    Compiling bitflags v2.12.1
2026-08-19T01:53:04.0173993Z    Compiling rustversion v1.0.22
2026-08-19T01:53:04.0380772Z    Compiling hashbrown v0.17.1
2026-08-19T01:53:04.0520781Z    Compiling getrandom v0.4.2
2026-08-19T01:53:04.1011059Z    Compiling cpufeatures v0.2.17
2026-08-19T01:53:04.1260545Z    Compiling fnv v1.0.7
2026-08-19T01:53:04.1604463Z    Compiling rustc_version v0.4.1
2026-08-19T01:53:04.1710547Z    Compiling strsim v0.11.1
2026-08-19T01:53:04.2024845Z    Compiling cfg_aliases v0.2.1
2026-08-19T01:53:04.2211318Z    Compiling writeable v0.6.3
2026-08-19T01:53:04.2470924Z    Compiling litemap v0.8.2
2026-08-19T01:53:04.2542794Z    Compiling ident_case v1.0.1
2026-08-19T01:53:04.2742934Z    Compiling dunce v1.0.5
2026-08-19T01:53:04.2780798Z    Compiling icu_properties_data v2.2.0
2026-08-19T01:53:04.3511210Z    Compiling fs_extra v1.3.0
2026-08-19T01:53:04.3590559Z    Compiling icu_normalizer_data v2.2.0
2026-08-19T01:53:04.4299960Z    Compiling utf8_iter v1.0.4
2026-08-19T01:53:04.4690632Z    Compiling autocfg v1.5.1
2026-08-19T01:53:04.5120311Z    Compiling percent-encoding v2.3.2
2026-08-19T01:53:04.6470698Z    Compiling http v1.4.1
2026-08-19T01:53:04.6640711Z    Compiling aws-lc-rs v1.17.0
2026-08-19T01:53:04.6777133Z    Compiling thiserror v2.0.18
2026-08-19T01:53:04.6854398Z    Compiling unicode-segmentation v1.13.3
2026-08-19T01:53:04.7324650Z    Compiling cpufeatures v0.3.0
2026-08-19T01:53:04.7419425Z    Compiling scopeguard v1.2.0
2026-08-19T01:53:04.7651631Z    Compiling syn v2.0.117
2026-08-19T01:53:04.8030755Z    Compiling form_urlencoded v1.2.2
2026-08-19T01:53:04.8331252Z    Compiling indexmap v2.14.0
2026-08-19T01:53:04.8391014Z    Compiling hybrid-array v0.4.12
2026-08-19T01:53:04.8731105Z    Compiling lock_api v0.4.14
2026-08-19T01:53:04.8881062Z    Compiling untrusted v0.9.0
2026-08-19T01:53:04.8927237Z    Compiling rustls v0.23.40
2026-08-19T01:53:04.9181179Z    Compiling heck v0.5.0
2026-08-19T01:53:04.9972695Z    Compiling unicode-xid v0.2.6
2026-08-19T01:53:05.0154774Z    Compiling atomic-waker v1.1.2
2026-08-19T01:53:05.0582519Z    Compiling const-oid v0.10.2
2026-08-19T01:53:05.0851297Z    Compiling anyhow v1.0.102
2026-08-19T01:53:05.0916900Z    Compiling httparse v1.10.1
2026-08-19T01:53:05.1020639Z    Compiling parking_lot_core v0.9.12
2026-08-19T01:53:05.1181789Z    Compiling fastrand v2.4.1
2026-08-19T01:53:05.1540659Z    Compiling zerocopy v0.8.50
2026-08-19T01:53:05.1930896Z    Compiling convert_case v0.10.0
2026-08-19T01:53:05.2552900Z    Compiling jobserver v0.1.34
2026-08-19T01:53:05.2627661Z    Compiling paste v1.0.15
2026-08-19T01:53:05.2762270Z    Compiling num-traits v0.2.19
2026-08-19T01:53:05.3246236Z    Compiling curve25519-dalek v4.1.3
2026-08-19T01:53:05.3894552Z    Compiling ahash v0.8.12
2026-08-19T01:53:05.4658078Z    Compiling base64ct v1.8.3
2026-08-19T01:53:05.4980786Z    Compiling crypto-common v0.2.2
2026-08-19T01:53:05.5092108Z    Compiling block-buffer v0.12.0
2026-08-19T01:53:05.5193477Z    Compiling inout v0.2.2
2026-08-19T01:53:05.5621035Z    Compiling cc v1.2.63
2026-08-19T01:53:05.5720987Z    Compiling crypto-common v0.1.7
2026-08-19T01:53:05.5801539Z    Compiling block-buffer v0.10.4
2026-08-19T01:53:05.6491395Z    Compiling powerfmt v0.2.0
2026-08-19T01:53:05.6499593Z    Compiling either v1.16.0
2026-08-19T01:53:05.6648064Z    Compiling http-body v1.0.1
2026-08-19T01:53:05.6865900Z    Compiling digest v0.10.7
2026-08-19T01:53:05.7510524Z    Compiling pem-rfc7468 v1.0.0
2026-08-19T01:53:05.8250583Z    Compiling deranged v0.5.8
2026-08-19T01:53:05.8956611Z    Compiling data-encoding v2.11.0
2026-08-19T01:53:05.9025339Z    Compiling zmij v1.0.21
2026-08-19T01:53:05.9152118Z    Compiling tower-service v0.3.3
2026-08-19T01:53:05.9440953Z    Compiling try-lock v0.2.5
2026-08-19T01:53:05.9624211Z    Compiling vcpkg v0.2.15
2026-08-19T01:53:05.9912022Z    Compiling time-core v0.1.8
2026-08-19T01:53:06.0178420Z    Compiling pkg-config v0.3.33
2026-08-19T01:53:06.1560786Z    Compiling mio v1.2.1
2026-08-19T01:53:06.1737075Z    Compiling socket2 v0.6.4
2026-08-19T01:53:06.1780761Z    Compiling getrandom v0.2.17
2026-08-19T01:53:06.2270420Z    Compiling tinyvec_macros v0.1.1
2026-08-19T01:53:06.2600599Z    Compiling base64 v0.22.1
2026-08-19T01:53:06.2875224Z    Compiling num-conv v0.2.2
2026-08-19T01:53:06.3711599Z    Compiling rand_core v0.6.4
2026-08-19T01:53:06.4702012Z    Compiling cipher v0.5.2
2026-08-19T01:53:06.4799922Z    Compiling uuid v1.23.2
2026-08-19T01:53:06.5265294Z    Compiling parking_lot v0.12.5
2026-08-19T01:53:06.5393623Z    Compiling tinyvec v1.11.0
2026-08-19T01:53:06.7099466Z    Compiling want v0.3.1
2026-08-19T01:53:06.7700580Z    Compiling cmake v0.1.58
2026-08-19T01:53:06.8464670Z    Compiling chacha20 v0.10.0
2026-08-19T01:53:06.8717616Z    Compiling sha2 v0.10.9
2026-08-19T01:53:06.9358316Z    Compiling inout v0.1.4
2026-08-19T01:53:06.9431138Z    Compiling spt-procident v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-19T01:53:07.0060630Z    Compiling vergen-lib v9.1.0
2026-08-19T01:53:07.0135011Z    Compiling n0-future v0.3.2
2026-08-19T01:53:07.0644956Z    Compiling winnow v1.0.3
2026-08-19T01:53:07.0648814Z    Compiling parking v2.2.1
2026-08-19T01:53:07.1192070Z    Compiling crossbeam-utils v0.8.21
2026-08-19T01:53:07.1272958Z    Compiling cordyceps v0.3.4
2026-08-19T01:53:07.1611102Z    Compiling serde_json v1.0.150
2026-08-19T01:53:07.1611998Z    Compiling diatomic-waker v0.2.3
2026-08-19T01:53:07.2306722Z    Compiling rand v0.10.1
2026-08-19T01:53:07.2631085Z    Compiling signature v2.2.0
2026-08-19T01:53:07.2731635Z    Compiling spin v0.10.0
2026-08-19T01:53:07.2883269Z    Compiling httpdate v1.0.3
2026-08-19T01:53:07.3291163Z    Compiling futures-lite v2.6.1
2026-08-19T01:53:07.3561415Z    Compiling spt-poolguard v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-19T01:53:07.3744877Z    Compiling ed25519 v2.2.3
2026-08-19T01:53:07.3898754Z    Compiling cipher v0.4.4
2026-08-19T01:53:07.3986012Z    Compiling digest v0.11.3
2026-08-19T01:53:07.4104438Z    Compiling netlink-packet-core v0.8.1
2026-08-19T01:53:07.4670866Z    Compiling futures-buffered v0.2.13
2026-08-19T01:53:07.5235583Z    Compiling universal-hash v0.5.1
2026-08-19T01:53:07.5500627Z    Compiling vergen v9.1.0
2026-08-19T01:53:07.5680783Z    Compiling vergen-lib v0.1.6
2026-08-19T01:53:07.5720574Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-19T01:53:07.6030703Z    Compiling heapless v0.7.17
2026-08-19T01:53:07.6379831Z    Compiling aws-lc-sys v0.41.0
2026-08-19T01:53:07.6470193Z    Compiling ring v0.17.14
2026-08-19T01:53:07.7110751Z    Compiling libsqlite3-sys v0.30.1
2026-08-19T01:53:07.7180964Z    Compiling noq-udp v0.10.0
2026-08-19T01:53:07.7360304Z    Compiling aho-corasick v1.1.4
2026-08-19T01:53:07.7448829Z    Compiling sync_wrapper v1.0.2
2026-08-19T01:53:07.7820916Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-19T01:53:07.8348483Z    Compiling allocator-api2 v0.2.21
2026-08-19T01:53:07.8640600Z    Compiling regex-syntax v0.8.10
2026-08-19T01:53:07.8777111Z    Compiling byteorder v1.5.0
2026-08-19T01:53:07.8887537Z    Compiling opaque-debug v0.3.1
2026-08-19T01:53:07.9650910Z    Compiling polyval v0.6.2
2026-08-19T01:53:08.0481611Z    Compiling spt-store v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-19T01:53:08.0620405Z    Compiling hash32 v0.2.1
2026-08-19T01:53:08.2496318Z    Compiling spin v0.9.8
2026-08-19T01:53:08.2751833Z    Compiling vergen-gitcl v1.0.8
2026-08-19T01:53:08.2881871Z    Compiling signature v3.0.0
2026-08-19T01:53:08.3341066Z    Compiling tower-layer v0.3.3
2026-08-19T01:53:08.3590843Z    Compiling num_threads v0.1.7
2026-08-19T01:53:08.4267744Z    Compiling ryu v1.0.23
2026-08-19T01:53:08.4520672Z    Compiling fallible-iterator v0.3.0
2026-08-19T01:53:08.4789106Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-19T01:53:08.5117481Z    Compiling time v0.3.47
2026-08-19T01:53:08.5830777Z    Compiling ghash v0.5.1
2026-08-19T01:53:08.6050654Z    Compiling aes v0.8.4
2026-08-19T01:53:08.6290847Z    Compiling ctr v0.9.2
2026-08-19T01:53:08.6829851Z    Compiling sha2 v0.11.0-rc.5
2026-08-19T01:53:08.8160974Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-19T01:53:08.8560974Z    Compiling fs2 v0.4.3
2026-08-19T01:53:08.9085149Z    Compiling http-body-util v0.1.3
2026-08-19T01:53:09.0016995Z    Compiling aead v0.5.2
2026-08-19T01:53:09.1125499Z    Compiling utf8parse v0.2.2
2026-08-19T01:53:09.1860597Z    Compiling openssl-probe v0.2.1
2026-08-19T01:53:09.2104673Z    Compiling arrayvec v0.7.6
2026-08-19T01:53:09.2615201Z    Compiling rustix v1.1.4
2026-08-19T01:53:09.3410303Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-19T01:53:09.3770635Z    Compiling aes-gcm v0.10.3
2026-08-19T01:53:09.4054222Z    Compiling crossbeam-channel v0.5.15
2026-08-19T01:53:09.4211178Z    Compiling crossbeam-epoch v0.9.18
2026-08-19T01:53:09.5276387Z    Compiling netlink-packet-route v0.29.0
2026-08-19T01:53:09.5997729Z    Compiling blake3 v1.8.5
2026-08-19T01:53:09.6866474Z    Compiling memoffset v0.6.5
2026-08-19T01:53:09.8330645Z    Compiling acto v0.8.2
2026-08-19T01:53:09.8866122Z    Compiling noq v0.18.0
2026-08-19T01:53:09.9303588Z    Compiling netwatch v0.16.0
2026-08-19T01:53:10.0086690Z    Compiling synstructure v0.13.2
2026-08-19T01:53:10.0220272Z    Compiling darling_core v0.20.11
2026-08-19T01:53:10.0959702Z    Compiling lru-slab v0.1.2
2026-08-19T01:53:10.1477264Z    Compiling thiserror v1.0.69
2026-08-19T01:53:10.1570553Z    Compiling xml-rs v0.8.28
2026-08-19T01:53:10.2159891Z    Compiling proc-macro-crate v3.5.0
2026-08-19T01:53:10.3389292Z    Compiling linux-raw-sys v0.12.1
2026-08-19T01:53:10.3954316Z    Compiling regex-automata v0.4.14
2026-08-19T01:53:10.6739744Z    Compiling rustc-hash v2.1.2
2026-08-19T01:53:10.7517925Z    Compiling ref-cast v1.0.25
2026-08-19T01:53:10.7730873Z    Compiling sorted-index-buffer v0.2.1
2026-08-19T01:53:10.7800502Z    Compiling foldhash v0.2.0
2026-08-19T01:53:10.7913941Z    Compiling mac-addr v0.3.0
2026-08-19T01:53:10.8260846Z    Compiling tagptr v0.2.0
2026-08-19T01:53:10.9148154Z    Compiling identity-hash v0.1.0
2026-08-19T01:53:10.9472499Z    Compiling xmltree v0.10.3
2026-08-19T01:53:10.9540892Z    Compiling hashbrown v0.16.1
2026-08-19T01:53:11.0916970Z    Compiling serde_derive_internals v0.29.1
2026-08-19T01:53:11.1624036Z    Compiling netlink-packet-route v0.30.0
2026-08-19T01:53:11.3447288Z    Compiling errno v0.3.14
2026-08-19T01:53:11.4807168Z    Compiling serial-core v0.4.0
2026-08-19T01:53:11.6090539Z    Compiling termios v0.2.2
2026-08-19T01:53:11.6448739Z    Compiling ioctl-rs v0.1.6
2026-08-19T01:53:11.7071462Z    Compiling simple-dns v0.9.3
2026-08-19T01:53:11.7246473Z    Compiling resolv-conf v0.7.6
2026-08-19T01:53:11.7421028Z    Compiling winnow v0.7.15
2026-08-19T01:53:11.7575229Z    Compiling smol_str v0.1.24
2026-08-19T01:53:11.8206128Z    Compiling sha1_smol v1.0.1
2026-08-19T01:53:11.9473973Z    Compiling constant_time_eq v0.4.2
2026-08-19T01:53:11.9580657Z    Compiling serde_derive v1.0.228
2026-08-19T01:53:12.0340805Z    Compiling zeroize_derive v1.4.3
2026-08-19T01:53:12.1117446Z    Compiling tokio-macros v2.7.0
2026-08-19T01:53:12.1266748Z    Compiling zerofrom-derive v0.1.7
2026-08-19T01:53:12.1562371Z    Compiling futures-macro v0.3.32
2026-08-19T01:53:12.2063147Z    Compiling yoke-derive v0.8.2
2026-08-19T01:53:12.3142284Z    Compiling zerovec-derive v0.11.3
2026-08-19T01:53:12.5740916Z    Compiling zeroize v1.8.2
2026-08-19T01:53:12.7249136Z    Compiling displaydoc v0.2.6
2026-08-19T01:53:12.8673249Z    Compiling tokio v1.52.3
2026-08-19T01:53:13.0841125Z    Compiling futures-util v0.3.32
2026-08-19T01:53:13.3130572Z    Compiling tracing-attributes v0.1.31
2026-08-19T01:53:13.5181677Z    Compiling rustls-pki-types v1.14.1
2026-08-19T01:53:13.5358426Z    Compiling zerofrom v0.1.8
2026-08-19T01:53:13.5586168Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-19T01:53:13.6484130Z    Compiling yoke v0.8.3
2026-08-19T01:53:13.7751126Z    Compiling thiserror-impl v2.0.18
2026-08-19T01:53:13.8829190Z    Compiling zerovec v0.11.6
2026-08-19T01:53:14.1331878Z    Compiling zerotrie v0.2.4
2026-08-19T01:53:14.3616035Z    Compiling darling_macro v0.20.11
2026-08-19T01:53:14.3892186Z    Compiling derive_more-impl v2.1.1
2026-08-19T01:53:14.4713767Z    Compiling spez v0.1.2
2026-08-19T01:53:14.4899445Z    Compiling n0-error-macros v0.1.3
2026-08-19T01:53:14.6691036Z    Compiling tinystr v0.8.3
2026-08-19T01:53:14.6850768Z    Compiling potential_utf v0.1.5
2026-08-19T01:53:14.8309367Z    Compiling icu_collections v2.2.0
2026-08-19T01:53:14.8362195Z    Compiling darling v0.20.11
2026-08-19T01:53:14.9100597Z    Compiling icu_locale_core v2.2.0
2026-08-19T01:53:14.9200392Z    Compiling derive_builder_core v0.20.2
2026-08-19T01:53:15.5171116Z    Compiling der v0.8.0-rc.10
2026-08-19T01:53:15.5238484Z    Compiling pin-project-internal v1.1.13
2026-08-19T01:53:15.6189538Z    Compiling n0-error v0.1.3
2026-08-19T01:53:15.9976186Z    Compiling cobs v0.3.0
2026-08-19T01:53:16.1070714Z    Compiling icu_provider v2.2.0
2026-08-19T01:53:16.1790733Z    Compiling derive_builder_macro v0.20.2
2026-08-19T01:53:16.3816362Z    Compiling ed25519-dalek v2.2.0
2026-08-19T01:53:16.4590895Z    Compiling icu_properties v2.2.0
2026-08-19T01:53:16.5291077Z    Compiling icu_normalizer v2.2.0
2026-08-19T01:53:16.6597678Z    Compiling derive_builder v0.20.2
2026-08-19T01:53:16.7645618Z    Compiling futures-executor v0.3.32
2026-08-19T01:53:16.8391092Z    Compiling pin-project v1.1.13
2026-08-19T01:53:16.8935553Z    Compiling spki v0.8.0-rc.4
2026-08-19T01:53:17.0932371Z    Compiling ipnet v2.12.0
2026-08-19T01:53:17.1062046Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-19T01:53:17.1873158Z    Compiling futures v0.3.32
2026-08-19T01:53:17.2550700Z    Compiling ed25519 v3.0.0-rc.4
2026-08-19T01:53:17.2948256Z    Compiling spt-proto v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-19T01:53:17.3580631Z    Compiling regex v1.12.3
2026-08-19T01:53:17.3780855Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-19T01:53:17.4790545Z    Compiling postcard-derive v0.2.2
2026-08-19T01:53:17.7030753Z    Compiling prefix-trie v0.8.4
2026-08-19T01:53:17.7671748Z    Compiling data-encoding-macro v0.1.20
2026-08-19T01:53:17.8300733Z    Compiling once_cell v1.21.4
2026-08-19T01:53:17.8850584Z    Compiling idna_adapter v1.2.2
2026-08-19T01:53:17.9394903Z    Compiling rustls-native-certs v0.8.4
2026-08-19T01:53:17.9758069Z    Compiling idna v1.1.0
2026-08-19T01:53:17.9935074Z    Compiling postcard v1.1.3
2026-08-19T01:53:18.0296865Z    Compiling tracing-core v0.1.36
2026-08-19T01:53:18.2680994Z    Compiling hashbrown v0.14.5
2026-08-19T01:53:18.3259737Z    Compiling num_enum_derive v0.7.6
2026-08-19T01:53:18.3727496Z    Compiling enum-assoc v1.3.0
2026-08-19T01:53:18.4590795Z    Compiling url v2.5.8
2026-08-19T01:53:18.5230712Z    Compiling tracing v0.1.44
2026-08-19T01:53:18.6050882Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-19T01:53:18.7381046Z    Compiling derive_more v2.1.1
2026-08-19T01:53:18.7571397Z    Compiling tokio-util v0.7.18
2026-08-19T01:53:18.8561977Z    Compiling netlink-sys v0.8.8
2026-08-19T01:53:18.9250912Z    Compiling tower v0.5.3
2026-08-19T01:53:18.9978607Z    Compiling iroh-metrics-derive v0.4.1
2026-08-19T01:53:19.1321078Z    Compiling hashlink v0.9.1
2026-08-19T01:53:19.1661770Z    Compiling async-trait v0.1.89
2026-08-19T01:53:19.1940862Z    Compiling strum_macros v0.28.0
2026-08-19T01:53:19.2360813Z    Compiling netdev v0.42.0
2026-08-19T01:53:19.2580710Z    Compiling netlink-proto v0.12.0
2026-08-19T01:53:19.3013966Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-19T01:53:19.3942839Z    Compiling iroh-base v0.98.0
2026-08-19T01:53:19.4200800Z    Compiling iroh-metrics v0.38.3
2026-08-19T01:53:19.4446052Z    Compiling num_enum v0.7.6
2026-08-19T01:53:19.5350661Z    Compiling attohttpc v0.30.1
2026-08-19T01:53:19.5840662Z    Compiling rusqlite v0.32.1
2026-08-19T01:53:19.6030835Z    Compiling tower-http v0.6.11
2026-08-19T01:53:19.6833071Z    Compiling h2 v0.4.14
2026-08-19T01:53:19.8877052Z    Compiling n0-watcher v0.6.1
2026-08-19T01:53:19.8943023Z    Compiling tokio-stream v0.1.18
2026-08-19T01:53:20.1901375Z    Compiling iroh-relay v0.98.0
2026-08-19T01:53:20.2171479Z    Compiling moka v0.12.15
2026-08-19T01:53:20.2331087Z    Compiling toml_datetime v0.6.11
2026-08-19T01:53:20.3026389Z    Compiling serde_spanned v0.6.9
2026-08-19T01:53:20.4878641Z    Compiling thiserror-impl v1.0.69
2026-08-19T01:53:20.4997221Z    Compiling ref-cast-impl v1.0.25
2026-08-19T01:53:20.5155088Z    Compiling arrayref v0.3.9
2026-08-19T01:53:20.5726747Z    Compiling toml_write v0.1.2
2026-08-19T01:53:20.5954478Z    Compiling signal-hook v0.3.18
2026-08-19T01:53:20.7120477Z    Compiling simdutf8 v0.1.5
2026-08-19T01:53:20.7912165Z    Compiling toml_edit v0.22.27
2026-08-19T01:53:21.2080450Z    Compiling webpki-roots v1.0.7
2026-08-19T01:53:21.3290484Z    Compiling schemars_derive v1.2.1
2026-08-19T01:53:21.6451075Z    Compiling serial-unix v0.4.0
2026-08-19T01:53:21.6613034Z    Compiling lru v0.16.4
2026-08-19T01:53:21.7570870Z    Compiling signal-hook-registry v1.4.8
2026-08-19T01:53:21.8551721Z    Compiling darling_core v0.23.0
2026-08-19T01:53:21.8692870Z    Compiling serde_bytes v0.11.19
2026-08-19T01:53:21.8821261Z    Compiling seize v0.5.1
2026-08-19T01:53:21.8900936Z    Compiling hmac v0.12.1
2026-08-19T01:53:22.0358229Z    Compiling iroh v0.98.2
2026-08-19T01:53:22.0904864Z    Compiling dyn-clone v1.0.20
2026-08-19T01:53:22.1554680Z    Compiling rustix v0.38.44
2026-08-19T01:53:22.2045936Z    Compiling pin-utils v0.1.0
2026-08-19T01:53:22.2470635Z    Compiling bitflags v1.3.2
2026-08-19T01:53:22.2659420Z    Compiling strum v0.28.0
2026-08-19T01:53:22.2665092Z    Compiling cmov v0.5.4
2026-08-19T01:53:22.2831293Z    Compiling filedescriptor v0.8.3
2026-08-19T01:53:22.3116753Z    Compiling nix v0.25.1
2026-08-19T01:53:22.3644408Z    Compiling iroh-dns v0.98.0
2026-08-19T01:53:22.3866446Z    Compiling papaya v0.2.4
2026-08-19T01:53:22.4110794Z    Compiling hkdf v0.12.4
2026-08-19T01:53:22.5371003Z    Compiling ctutils v0.4.2
2026-08-19T01:53:22.5691372Z    Compiling serial v0.4.0
2026-08-19T01:53:22.5789511Z    Compiling backon v1.6.0
2026-08-19T01:53:22.6422027Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-19T01:53:22.8305240Z    Compiling anstyle-parse v1.0.0
2026-08-19T01:53:22.8654382Z    Compiling vte_generate_state_changes v0.1.2
2026-08-19T01:53:22.9638208Z    Compiling downcast-rs v1.2.1
2026-08-19T01:53:22.9806309Z    Compiling unicode-width v0.2.0
2026-08-19T01:53:23.0076071Z    Compiling foldhash v0.1.5
2026-08-19T01:53:23.0290788Z    Compiling colorchoice v1.0.5
2026-08-19T01:53:23.0418379Z    Compiling linux-raw-sys v0.4.15
2026-08-19T01:53:23.1220925Z    Compiling instability v0.3.12
2026-08-19T01:53:23.1410873Z    Compiling shell-words v1.1.1
2026-08-19T01:53:23.2380578Z    Compiling is_terminal_polyfill v1.70.2
2026-08-19T01:53:23.2471389Z    Compiling anstyle-query v1.1.5
2026-08-19T01:53:23.2650601Z    Compiling anstyle v1.0.14
2026-08-19T01:53:23.2913470Z    Compiling hashbrown v0.15.5
2026-08-19T01:53:23.3052946Z    Compiling vte v0.13.1
2026-08-19T01:53:23.3124132Z    Compiling signal-hook-mio v0.2.5
2026-08-19T01:53:23.3440756Z    Compiling spake2 v0.4.0
2026-08-19T01:53:23.4199272Z    Compiling terminal_size v0.4.4
2026-08-19T01:53:23.4992833Z    Compiling schemars v1.2.1
2026-08-19T01:53:23.5090535Z    Compiling anstream v1.0.0
2026-08-19T01:53:23.5463076Z    Compiling strum_macros v0.26.4
2026-08-19T01:53:23.7020563Z    Compiling sha1 v0.10.6
2026-08-19T01:53:23.9707343Z    Compiling toml v0.8.23
2026-08-19T01:53:23.9847820Z    Compiling itertools v0.13.0
2026-08-19T01:53:24.1991275Z    Compiling castaway v0.2.4
2026-08-19T01:53:24.2830664Z    Compiling static_assertions v1.1.0
2026-08-19T01:53:24.3471109Z    Compiling indoc v2.0.7
2026-08-19T01:53:24.4410552Z    Compiling clap_lex v1.1.0
2026-08-19T01:53:24.7240746Z    Compiling doctest-file v1.1.1
2026-08-19T01:53:24.7790772Z    Compiling unicode-width v0.1.14
2026-08-19T01:53:24.8881813Z    Compiling crossterm v0.28.1
2026-08-19T01:53:25.0781309Z    Compiling clap_builder v4.6.0
2026-08-19T01:53:25.0788889Z    Compiling compact_str v0.8.2
2026-08-19T01:53:25.1720494Z    Compiling interprocess v2.4.2
2026-08-19T01:53:25.4340756Z    Compiling lru v0.12.5
2026-08-19T01:53:25.6190779Z    Compiling clap_derive v4.6.1
2026-08-19T01:53:25.7683634Z    Compiling darling_macro v0.23.0
2026-08-19T01:53:26.0307040Z    Compiling hyper v1.10.1
2026-08-19T01:53:26.0969738Z    Compiling unicode-truncate v1.1.0
2026-08-19T01:53:26.1052896Z    Compiling darling v0.23.0
2026-08-19T01:53:26.1063042Z    Compiling strum v0.26.3
2026-08-19T01:53:26.1107058Z    Compiling cassowary v0.3.0
2026-08-19T01:53:26.1993417Z    Compiling iana-time-zone v0.1.65
2026-08-19T01:53:26.2301573Z    Compiling nucleo-matcher v0.3.1
2026-08-19T01:53:26.2460334Z    Compiling qrcode v0.14.1
2026-08-19T01:53:26.2545466Z    Compiling tempfile v3.27.0
2026-08-19T01:53:26.5621132Z    Compiling portable-pty v0.8.1
2026-08-19T01:53:26.5749282Z    Compiling chrono v0.4.45
2026-08-19T01:53:26.7940634Z    Compiling ratatui v0.29.0
2026-08-19T01:53:26.8461478Z    Compiling spt-test-support v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-19T01:53:27.9890819Z    Compiling hyper-util v0.1.20
2026-08-19T01:53:28.0995141Z    Compiling clap v4.6.1
2026-08-19T01:53:28.4109797Z    Compiling spt-msg v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-19T01:53:28.7405618Z    Compiling spt-runtime v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-19T01:53:28.7529787Z    Compiling spt-term v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-19T01:53:29.7652860Z    Compiling igd-next v0.17.1
2026-08-19T01:53:30.9391209Z    Compiling portmapper v0.16.0
2026-08-19T01:53:31.9320615Z    Compiling spt-live v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-19T01:53:34.8439346Z    Compiling rustls-webpki v0.103.13
2026-08-19T01:53:37.1542126Z    Compiling tokio-rustls v0.26.4
2026-08-19T01:53:37.1542830Z    Compiling rustls-platform-verifier v0.7.0
2026-08-19T01:53:37.1543150Z    Compiling noq-proto v0.17.0
2026-08-19T01:53:37.3045932Z    Compiling hyper-rustls v0.27.9
2026-08-19T01:53:37.3046513Z    Compiling hickory-net v0.26.0-beta.4
2026-08-19T01:53:37.3047041Z    Compiling tokio-websockets v0.13.2
2026-08-19T01:53:37.4302102Z    Compiling reqwest v0.13.4
2026-08-19T01:53:38.3287249Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-19T01:53:51.5447886Z    Compiling spt-net v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-19T01:53:53.2535684Z    Compiling spt-daemon v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-19T01:54:03.6994267Z    Compiling spt v0.56.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-19T01:54:09.7438149Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-08-19T01:54:09.7670530Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-5d56ef1e4e34d67b)
2026-08-19T01:54:09.7682553Z 
2026-08-19T01:54:09.7682763Z running 1 test
2026-08-19T01:54:15.9613785Z test new_brain_serves_against_old_broker ... ok
2026-08-19T01:54:15.9614128Z 
2026-08-19T01:54:15.9614404Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-08-19T01:54:15.9614738Z 
